github.com/go-faster/jx.Writer.stream (field)

20 uses

	github.com/go-faster/jx (current package)
		enc_stream.go#L21: 			stream: newStreamState(w),
		w.go#L13: 	stream *streamState
		w.go#L18: 	if w.stream != nil {
		w.go#L27: 	if w.stream != nil {
		w.go#L36: 	w.stream.mustNotBeStreaming()
		w.go#L45: 	w.stream = nil
		w.go#L51: 	if w.stream == nil {
		w.go#L52: 		w.stream = newStreamState(out)
		w.go#L54: 	w.stream.Reset(out)
		w.go#L68: 	if w.stream == nil {
		w.go#L76: 	if w.stream == nil {
		w_b64.go#L23: 	case w.stream == nil || len(w.Buf)+encodedLen <= cap(w.Buf):
		w_b64.go#L28: 		s := w.stream
		w_float_bits.go#L23: 	switch s := w.stream; {
		w_stream.go#L13: 	if w.stream == nil {
		w_stream.go#L16: 	_, fail := w.stream.flush(w.Buf)
		w_stream.go#L18: 		return w.stream.writeErr
		w_stream.go#L79: 	if w.stream == nil {
		w_stream.go#L87: 	if w.stream.fail() {
		w_stream.go#L93: 		w.Buf, fail = w.stream.flush(w.Buf)